home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest1_0.lha / Tests / make.h.mips next >
Text File  |  1991-12-12  |  317b  |  25 lines

  1. CC = cxx
  2. YFLAGS = -d
  3. LN = :
  4. CCSUFFIX =      C
  5.  
  6. .SUFFIXES: .o .c .y .l .s .C
  7.  
  8. .C.o:
  9.     $(CC) $(CFLAGS) -c $*.C
  10.  
  11. .C.a:
  12.     $(CC) -c $(CFLAGS) $<
  13.     ar rv $@ $*.o
  14.     rm -f $*.o
  15.  
  16. LIBPRESTO =     $(PRESTO)/libpresto.a
  17. LIBS    =    -lpresto
  18. SHELL    =    /bin/sh
  19. FILTER     =     
  20. DEFINES    =    
  21. CFLAGS    =    -I$(PRESTO) $(DEFINES) -g
  22. LDFLAGS = 
  23. V    =       
  24.  
  25.